Conversation
- Add missing mempalaceProjectIndexed property to test fixtures in policy-service, memory-service, orchestrator, and mcp-gateway - Add 'if_project_not_indexed' to BootstrapStepSchema condition enum (was used in mcp-gateway but not declared in shared-types) - Fix YAML parsing error in packforge-memory.yaml by wrapping long constraint text with >- block scalar to avoid unquoted colons - Update CI matrix from Node.js [20,22] to [22,24] and opt into Node.js 24 Actions runtime (Node.js 20 deprecated June 2, 2026) Agent-Logs-Url: https://github.com/Mutigen/packforge/sessions/7381d250-d15c-413a-9fd6-21b54f4defa4
Copilot
AI
changed the title
[WIP] Check and fix issues in Actions bundle
fix: resolve CI build failures, YAML validation error, and Node.js 20 deprecation
Apr 9, 2026
Mutigen
approved these changes
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CI on
mainis broken across all three validation steps (build, type-check, validate:packs). Root cause: themempalaceProjectIndexedfield was added toProjectContextSchemaand used inmcp-gatewaywithout updating test fixtures or the condition enum.Changes
mempalaceProjectIndexed: falseto test fixtures inpolicy-service,memory-service,orchestrator,mcp-gateway'if_project_not_indexed'toBootstrapStepSchema.conditionenum — was used inmcp-gatewaybut never declared inshared-typespacks/quality/packforge-memory.yaml— unquoted colons in"PROBLEM: X | ROOT_CAUSE: Y | FIX: Z | AFFECTED: file"brokejs-yaml; wrapped with>-block scalar[20, 22]→[22, 24]; addFORCE_JAVASCRIPT_ACTIONS_TO_NODE24: trueto CI and Release workflows (Node.js 20 Actions runtime deprecated June 2, 2026)Testing
npm run cipassesnpm run validate:packs)npx turbo build --force— 10/10 packagesnpx turbo type-check --force— 17/17 tasksnpx turbo test --force— 15/15 tasksRelated Issues